home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 36 / qostnote.zip / DESQMEM.TEC < prev    next >
Text File  |  1990-07-03  |  2KB  |  34 lines

  1. ID:DM Memory usage by DESQview
  2. -----------------------------------
  3.  
  4. In its unmodified state, DESQview 2.2 takes up, somewhere in 
  5. memory, between 145K and 170K.  The differences are due to 
  6. various drivers that DESQview may or may not load depending on 
  7. its setup configuration and the hardware on which it is running.  
  8. The low-end figure of 145K can be reduced a bit by throwing away 
  9. features in DESQview's Setup.  On a machine with only 640K of 
  10. memory, all of DESQview's code resides in conventional memory.
  11.  
  12. If your machine has extended memory, DESQview can place 63K of 
  13. its code at the beginning of extended memory with our QEXT.SYS 
  14. driver and our XDV.COM loader.
  15.  
  16. If your machine has any kind of expanded memory, DESQview can 
  17. place 32K of its code in the LIM page frame with XDV.COM, 
  18. switching this code out of harm's way when the page frame is in 
  19. use.  When both extended and expanded memory is present, DESQview 
  20. can therefore remove 95K of itself from conventional memory.
  21.  
  22. If your machine's expanded memory permits the mapping of 
  23. additional pages of expanded memory between 640K and 1024K, 
  24. DESQview can place even more of its code in high RAM with 
  25. XDV.COM.  On a machine that provides enough free mappable pages 
  26. between 640K and 1024K, it is common to observe that DESQview 
  27. leaves little more than 1K of its code in conventional memory.
  28.  
  29. (When computing DESQview's overhead in running a program, you 
  30. should remember that a certain amount of memory - 9K, on the 
  31. average - is taken as overhead when a window is opened.  This 
  32. figure can be decreased a small amount by manipulating the Change 
  33. a Program menus for the program in question.)
  34.